2 Configuration

There are a few configuration options for the plugin.

PropertyDefaultMeaning
grails.plugin.blazeds.defaultMessageChannelsnonea comma-delimited String listing the default messaging channels, e.g. 'my-streaming-amf,my-longpolling-amf,my-polling-amf'
grails.plugin.blazeds.defaultRemoteChannelsnonea comma-delimited String listing the default remoting channels, e.g. 'my-amf'
grails.plugin.blazeds.converterNames[HibernateProxyConverter, PersistentCollectionConverterFactory, JpaNumericAutogeneratedIdConverter]a list of class names of converters used when serializing class instances to clients
grails.plugin.blazeds.proxyIgnoreProperties'class', 'metaClass', 'hibernateLazyInitializer' plus all event names from grails.persistence.Eventa list of property names to ignore when serializing class instances to clients
grails.plugin.blazeds.disableOpenSessionInViewfalseset to true to disable the Open Session in View filter